ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1GroupCollectionView<S> Class / CanGroup Method
The group descriptions that determine how the data would be grouped.

In This Topic
    CanGroup Method (C1GroupCollectionView<S>)
    In This Topic
    Returns whether the collection view is able to group the specified group descriptions.
    Syntax
    'Declaration
     
    Public Overrides Function CanGroup( _
       ByVal ParamArray groupDescriptions() As GroupDescription _
    ) As System.Boolean
    public override System.bool CanGroup( 
       params GroupDescription[] groupDescriptions
    )

    Parameters

    groupDescriptions
    The group descriptions that determine how the data would be grouped.
    See Also